declare const Parser: { ast: (text?: string | undefined) => any; }; export default Parser;